﻿#banner {
    width: 100%;
    height: 86px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10001;
}

#banner-letf {
    width: 220px;
    position: absolute;
    top: 40%;
    z-index: 10001;
    float: left;
}

.banner-letfbtn {
    width: 210px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px #0044b1 solid;
    background-color: #0044b1;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.7; /*Firefox私有，透明度50%*/
    opacity: 0.7; /*其他，透明度50%*/
    cursor: pointer;
    float: left;
}

#banner .top {
    margin: 0 auto;
}

    #banner .top .top-left {
        height: 63px;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }

    #banner .top .top-right {
        height: 90px;
        float: right;
        border-bottom-left-radius: 10px;
        background-color: #0044b1;
        padding-left: 20px;
    }

        #banner .top .top-right .top-right-top {
            height: 45px;
            border-bottom-left-radius: 10px;
            background-color: #004cc1;
        }

#channel {
    margin: 0 auto;
    width: 1200px;
    height: 45px;
    /*background-color: #0087cf;*/
    position: relative;
    z-index: 9999999;
}

#nav {
    line-height: 45px;
    list-style-type: none;
    z-index: 999;
    position: relative;
    font-size: 16px;
}

    #nav .has-kid {
        background-image: url("../Images/icon01.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 10px;
    }

    #nav a {
        display: block;
        width: 116px;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

        #nav a:link {
            color: #fff;
            text-decoration: none;
        }

        #nav a:visited {
            color: #fff;
            text-decoration: none;
        }

        #nav a:hover {
            color: #FFF;
            text-decoration: none;
        }


    #nav li a:hover {
    }


    #nav li {
        float: left;
        width: 116px;
        border-right: 0px #fff solid;
    }

        #nav li a:hover {
            color: #fff;
            font-weight: 600;
        }

        #nav li ul {
            line-height: 40px;
            list-style-type: none;
            width: 118px;
            position: absolute;
            display: none;
            padding: 0px;
            border-top: 0px;
            background: #fff;
        }

            #nav li ul li {
                width: 116px;
                background: #fff;
                filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
                -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
                opacity: 0.5; /*其他，透明度50%*/
            }

            #nav li ul a {
                display: block;
                width: 116px;
                text-align: center;
                font-size: 13px;
            }

                #nav li ul a:link {
                    color: #000;
                    text-decoration: none;
                }

                #nav li ul a:visited {
                    color: #000;
                    text-decoration: none;
                }

                #nav li ul a:hover {
                    color: #0087cf;
                    text-decoration: none;
                    font-weight: 600;
                }

#one-title {
    height: 176px;
    background-image: url("../Images/one-title.jpg");
    text-align: center;
    padding-top: 60px;
}

#one-body {
    height: 1061px;
    background-image: url("../Images/one-bg.jpg");
}

    #one-body .content {
        width: 1200px;
        margin: 0 auto;
    }

        #one-body .content .content-top {
        }

            #one-body .content .content-top .top-left {
                float: left;
            }

                #one-body .content .content-top .top-left img {
                    width: 600px;
                    height: 350px;
                }

            #one-body .content .content-top .top-right {
                float: right;
                width: 560px;
                border-bottom: 1px #8cabdc solid;
                height: 350px;
            }

                #one-body .content .content-top .top-right .artice-date {
                    margin-top: 60px;
                    background-color: #0044b1;
                    color: #fff;
                    border-radius: 5px;
                    width: 120px;
                    text-align: center;
                    height: 35px;
                    line-height: 35px;
                    font-size: 16px;
                }

                #one-body .content .content-top .top-right .artice-title {
                    margin-top: 30px;
                    font-size: 18px;
                    font-weight: 600;
                }

                #one-body .content .content-top .top-right .artice-intro {
                    margin-top: 60px;
                    font-size: 16px;
                    text-indent: 2em;
                    line-height: 25px;
                }

        #one-body .content .content-bottom {
            margin-top: 40px;
            overflow: hidden;
        }

            #one-body .content .content-bottom ul li {
                width: 285px;
                margin-right: 20px;
                float: left;
                background-color: #eff2f5;
                padding-bottom: 20px;
                min-height: 350px;
            }

            #one-body .content .content-bottom .last {
                margin-right: 0px;
            }

            #one-body .content .content-bottom ul li .ar-img {
            }

                #one-body .content .content-bottom ul li .ar-img img {
                    width: 285px;
                    height: 180px;
                }

            #one-body .content .content-bottom ul li .ar-content {
                padding: 0 20px;
            }

            #one-body .content .content-bottom ul li .ar-title {
                color: #848484;
                margin-top: 20px;
                font-size: 16px;
            }

            #one-body .content .content-bottom ul li .ar-line {
                height: 5px;
                width: 60px;
                line-height: 0px;
                background-color: #b99c66;
                margin-top: 40px;
            }

            #one-body .content .content-bottom ul li .ar-more {
                margin-top: 20px;
                text-align: right;
                color: #848484;
            }

        #one-body .content .content-img {
            margin-top: 40px;
        }

#two-title {
    height: 176px;
    background-image: url("../Images/one-title.jpg");
    text-align: center;
}

    #two-title .title-content {
        width: 1200px;
        height: 176px;
        margin: 0 auto;
        background-image: url("../Images/product-title.png");
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

        #two-title .title-content .title-right {
            color: #606060;
            font-size: 18px;
            border-bottom: 3px #d30000 solid;
            width: 180px;
            text-align: center;
            padding-bottom: 5px;
            position: absolute;
            top: 100px;
            right: 100px;
        }

        #two-title .title-content .title-right-icon {
            position: absolute;
            top: 80px;
            right: 50px;
        }

#two-body {
    height: 514px;
    background-image: url("../Images/two-bg.png");
}

    #two-body .content {
        width: 1200px;
        margin: 0 auto;
        padding-top: 40px;
    }

        #two-body .content ul li {
            float: left;
            margin-right: 45px;
            background-color: #fff;
        }

        #two-body .content .last {
            margin-right: 0px;
        }

        #two-body .content ul li .ar-img {
            margin-bottom: 20px;
        }

            #two-body .content ul li .ar-img img {
                width: 370px;
                height: 180px;
            }

        #two-body .content ul li .ar-title {
            text-align: center;
            color: #514f50;
            font-size: 20px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        #two-body .content ul li .ar-line {
            height: 5px;
            width: 60px;
            line-height: 0px;
            margin: 0 auto;
            background-color: #3d3d3d;
            margin-top: 40px;
        }

#cyfz {
    height: 200px;
    background-color: #4679bd;
    text-align: center;
    padding-top: 60px;
}

#news {
    width: 1200px;
    margin: 0 auto;
}

#news {
    margin-top: 50px;
    overflow: hidden;
}

    #news .item {
        width: 386px;
        float: left;
        margin-right: 20px;
    }

    #news .last {
        margin-right: 0px;
    }

    #news .item .item-title {
        height: 100px;
        border-bottom: 2px #868686 solid;
    }

        #news .item .item-title .title-text {
            height: 58px;
            line-height: 58px;
            padding-left: 30px;
            background-image: url("../Images/new-bg.png");
            background-repeat: no-repeat;
            color: #0044b1;
            font-size: 26px;
            font-weight: 600;
        }

    #news .item .item-content {
        padding: 20px 0px;
    }

        #news .item .item-content ul li {
            background-image: url("../Images/icon02.png");
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 20px;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            color: #707070;
            font-weight: 500;
        }

#project {
    margin-top: 40px;
    height: 185px;    
}

#three-title {
    height: 176px;
    background-image: url("../Images/one-title.jpg");
    text-align: center;
}

    #three-title .title-content {
        width: 1200px;
        height: 176px;
        margin: 0 auto;
        background-image: url("../Images/party-title.png");
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

        #three-title .title-content .title-right {
            color: #606060;
            font-size: 18px;
            border-bottom: 3px #d30000 solid;
            width: 220px;
            text-align: center;
            padding-bottom: 5px;
            position: absolute;
            top: 100px;
            right: 100px;
        }

        #three-title .title-content .title-right-icon {
            position: absolute;
            top: 80px;
            right: 50px;
        }

#three-body {
}

    #three-body .content {
        width: 1200px;
        margin: 0 auto;
        background-color: #b2c7e5;
    }

        #three-body .content ul li {
            width: 300px;
            float: left;
        }

            #three-body .content ul li .ar-img {
                height: 240px;
                width: 300px;
            }

                #three-body .content ul li .ar-img img {
                    height: 240px;
                    width: 300px;
                }

            #three-body .content ul li .ar-title {
                height: 240px;
                width: 300px;
                font-size: 22px;
                font-weight: 500;
                color: #534e53;
                padding: 0px 20px;
                background-color: #b2c7e5;
                display: table-cell;
                vertical-align: middle;
            }

#video {
    margin-top: 60px;
    height: 276px;
    background-position: center center;
    background-image: url("../Images/video-title.jpg");
}

#video-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}

    #video-content .videolink-img {
        float: left;
        width: 285px;
        height: 204px;
        margin-right: 20px;
        border: 0px;
        position: relative;
    }

    #video-content .last {
        margin-right: 0px;
    }

    #video-content .videolink-img .videolink-title {
        float: left;
        position: relative;
    }

.videolink-title li {
    height: 20px;
    line-height: 20px;
    list-style-position: inside;
    color: #0087cf;
    list-style-type: disc;
}

#video-content .videolink-img .videolink-imgtwo {
    float: left;
    border: 2px solid #0087cf;
    width: 285px;
    height: 180px;
    position: relative;
}

    #video-content .videolink-img .videolink-imgtwo img {
        width: 281px;
        height: 176px;
    }

#video-content .videolink-text {
    float: left;
    margin-right: 40px;
}

#company {
    margin-top: 40px;
    height: 94px;
    background-position: center center;
    background-image: url("../Images/company-bg.png");
}
/*选项卡--链接*/
#link_cen {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

    #link_cen .linkact {
        background-color: #0087cf;
        color: #fff;
    }

    #link_cen h3 {
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: left;
        width: 400px;
        margin: 0px;
        padding: 0px;
        background-color: #f7f8f8;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        cursor: pointer;
        border-top: 1px solid #0087cf;
    }

    #link_cen .linkbox {
        font-size: 14px;
        display: none;
        clear: both;
        height: 160px;
        overflow: hidden;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

.link-text {
    float: left;
    width: 252px;
    margin-right: 27px;
    margin-bottom: 10px;
}

#footer {
    overflow: hidden;
    height: 220px;
    background-color: #444242;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    width: 1200px;
    margin: 0 auto;
}

    #footer a:link,
    #footer a:visited {
        color: #fff;
        text-decoration: none;
    }

.footer_lef {
    width: 440px;
    margin: 20px 0px 0px 20px;
    float: left;
}

.footer_lone {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

    .footer_lone ul {
        float: left;
        height: 30px;
    }

    .footer_lone li {
        text-align: left;
        padding: 0px 10px;
        float: left;
        border-right: 1px solid #fff;
    }

.footer_ltwo {
    width: 100%;
    float: left;
}

    .footer_ltwo p {
        margin: 10px 0px;
        color: #fff;
    }

.footer_cen {
    margin: 20px 0px 0px 10px;
    float: left;
}

.footer_rig {
    width: 490px;
    float: right;
    text-align: right;
    margin: 20px 20px 0px 0px;
}

    .footer_rig p {
        margin: 10px 0px;
        color: #fff;
    }

/*幻灯片*/
.flexslider {
    z-index: 10;
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 940px;
    overflow: hidden;
    zoom: 1;
}

    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 42%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 10px;
}

.flex-direction-nav .flex-prev {
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 98%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }

.flexslider .slides a img {
    width: 100%;
    height: 940px;
    display: block;
}


#floatPanel {
    position: absolute;
    z-index: 9999999;
    left: 60px;
    top: 180px;
    width: 350px;
    height:190px;
    background-image: url(../images/gg.png);
}

    #floatPanel .fPanelBody {
        padding-top:50px;
    }
    #floatPanel li {
        list-style-position: inside;
        color: #fff;
        list-style-type: disc;
        margin-bottom: 10px;
        padding: 0px 10px;
        padding-bottom: 8px;
        font-size: 14px;
        margin-bottom:8px;
    }
    #floatPanel .fPanelTitle {
        height: 35px;
        line-height: 35px;
        background-color: #f5f5f5;
        border-bottom:#ccc solid 1px;
    }
        #floatPanel .fPanelTitle .closeBtn {
            width:60px;
            float:right;
            margin-right:10px;
            text-align:right;
            cursor:pointer;
            
        }
#floatLeft {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 310px;
	height: 367px;
	z-index: 9999999;
}
	#floatLeft #dfsdAD {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 310px;
		height: 367px;
		/*z-index: 9999999;*/
		background-image: url(../images/dfsdad.png);
	}
	#floatLeft #xedkAD {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 450px;
		height: 250px;
		/*z-index: 9999999;*/
		background-image: url(../images/xedkad.jpg);
		background-size: 450px 250px;
	}
	#floatLeft #leftNeirong {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		/*z-index: 9999999;*/
		overflow: hidden;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-ms-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
		width: 100%;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		/*background-image: url(../images/zuoxia.png);*/
	}
	#floatLeft:hover #leftNeirong {
		/*-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1);*/
		filter: alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		background-image: url(../images/zuoxia.png);
	}
	#floatLeft .fPanelBody {
		padding-top: 50px;
	}

	#floatLeft li {
		list-style-position: inside;
		/*height:45px;*/
		color: #fff;
		list-style-type: disc;
		/*margin-bottom: 10px;*/
		padding: 2px 20px 0px 18px;
		font-size: 14px;
		margin-bottom: 14px;
		line-height: 22px;
		overflow: hidden;
	}
		#floatLeft li span {
			/*display: block;*/
			float:right;
			padding-top: 1px;
		}
		#floatLeft .fPanelTitle {
			height: 35px;
			line-height: 35px;
			background-color: #f5f5f5;
			border-bottom: #ccc solid 1px;
		}

	#floatLeft .fPanelTitle .closeBtn {
		width: 60px;
		float: right;
		margin-right: 10px;
		text-align: right;
		cursor: pointer;
		
	}
#floatRight {
	position: fixed;
	right: 0px;
	margin-left: 720px;
	width: 202px;
	/*height: 422px;*/
z-index: 9999999;
	/*background-image: url(../images/youce.png);*/
}
	#floatRight a {
		display: block;
		width: 202px;
		height: 317px;
	}